From 39e8f9e58a6601aed8d6f8d271d6ae6f68d0a0a5 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 17 Mar 2008 22:41:55 +0000 Subject: [PATCH] Build testmountoperation only on Unix for now. 2008-03-18 Tor Lillqvist * tests/Makefile.am: Build testmountoperation only on Unix for now. svn path=/trunk/; revision=19895 --- ChangeLog | 4 ++++ tests/Makefile.am | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 52ad6e84f2..121bad9c74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-03-18 Tor Lillqvist + + * tests/Makefile.am: Build testmountoperation only on Unix for now. + 2008-03-17 Christian Kellner Implement GtkMountOperation, a subclass of GMountOperation diff --git a/tests/Makefile.am b/tests/Makefile.am index f1d6c312b9..4a17e97194 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -52,6 +52,9 @@ TEST_PROGS += textbuffertest textbuffertest_DEPENDENCIES = $(TEST_DEPS) textbuffertest_LDADD = $(LDADDS) textbuffertest_SOURCES = textbuffertest.c pixbuf-init.c +if OS_UNIX +TEST_PROGS += testmountoperation +endif noinst_PROGRAMS = $(TEST_PROGS) \ simple \ @@ -77,7 +80,6 @@ noinst_PROGRAMS = $(TEST_PROGS) \ testinput \ testmenus \ testmenubars \ - testmountoperation \ testmultidisplay \ testmultiscreen \ testnotebookdnd \ -- 2.30.2